
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_12_nav{}
#w001_index_header_12_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_12_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head{color: #333;}

#w001_index_header_12_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}




/* logo部分 */
#w001_index_header_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_12_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_12_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}
#w004_index_hengfu_13 .container .slide{}
#w004_index_hengfu_13 .container .slide .img{width: 100%;}
/* 铺满状态 */
#w004_index_hengfu_13.is_fill .container .slide .img{height: 100vh;max-height: 100vw;object-fit:cover;}

#w004_index_hengfu_13 .type-a .slide .img_pc{transform: scale(1)!important;}
#w004_index_hengfu_13 .type-c .slide .img_pc{transform:scale(1)!important;}

#w004_index_hengfu_13 .container .swiper-pagination {padding-bottom: 20px;}
#w004_index_hengfu_13 .container .swiper-pagination-bullet {width: 60px;height: 2px;background: #fff;border-radius:0;margin-right: 20px;}
#w004_index_hengfu_13 .container .swiper-pagination-bullet:last-child {margin-right: 0;}
#w004_index_hengfu_13 .container .swiper-pagination-bullet-active {width: 60px;height: 2px;background: rgba(255, 255, 255, 0.2);}
#w004_index_hengfu_13 .container .swiper-pagination-bullet .el-bar {background: #fff;}

#w004_index_hengfu_13 .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
#w004_index_hengfu_13 .content .btns {display: flex;align-items: center;justify-content: center;color: #fff;gap: 20px;}
#w004_index_hengfu_13 .content .btns .box {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height); border: 1px solid #fff;padding: 25px 30px;pointer-events: all;}
#w004_index_hengfu_13 .content .text {font-size: 28px;text-align: center;letter-spacing: 35px;margin-top: 50px;color: #fff;line-height: 1.5;}

@media screen and (max-width:750px) {
    #w004_index_hengfu_13{display: none;}
}









/* 移动端 */
@media screen and (max-width:750px) {
    #w004_index_hengfu_13_app_01 {display: block;}
    #w004_index_hengfu_13_app_01 .container .slide .img{width: 100%;}

    #w004_index_hengfu_13_app_01 .container .swiper-pagination {padding-bottom: 20px;}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet {width: 60px;height: 2px;background: #fff;border-radius:0;margin-right: 20px;}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet:last-child {margin-right: 0;}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet-active {width: 60px;height: 2px;background: rgba(255, 255, 255, 0.2);}
    #w004_index_hengfu_13_app_01 .container .swiper-pagination-bullet .el-bar {background: #fff;}

    #w004_index_hengfu_13_app_01 .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
    #w004_index_hengfu_13_app_01 .content .btns {display: flex;align-items: center;justify-content: center;color: #fff;gap: 30px;}
    #w004_index_hengfu_13_app_01 .content .btns .box {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height); border: 1px solid #fff;padding: 16px 20px;pointer-events: all;}
    #w004_index_hengfu_13_app_01 .content .text {font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height); letter-spacing: 5px;margin-top: 50px;text-align: center;}
}
#w004_index_scheme_15 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}


#w004_index_scheme_15 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 8px;}
#w004_index_scheme_15 .box .subtitle{gap: 10px 20px;}
#w004_index_scheme_15 .box .subtitle .tip{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w004_index_scheme_15 .box .more{font-size: 16px;color: #333;}
#w004_index_scheme_15 .box .more .more_i{width: 30px; height: 30px; background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_scheme_15 .box .more .more_i > i{font-size: 20px;}

#w004_index_scheme_15.myleft .box{}
#w004_index_scheme_15.myleft .box .subtitle{}
#w004_index_scheme_15.mycenter .box{text-align: center;}
#w004_index_scheme_15.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_scheme_15.myright .box{text-align: right;}
#w004_index_scheme_15.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_scheme_15 .box .ul{display: flex;transition: .6s;padding-top: 60px;margin-top: 48px;font-weight: lighter;}
#w004_index_scheme_15 .box .ul .li{width:140px;height: 580px;transition: .5s;margin-left: 8px;padding-top: 40px;overflow: hidden;position: relative;}
#w004_index_scheme_15 .box .ul .li::before{display: block;content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);z-index: 1;position: absolute;top: 0;left: 0;}
#w004_index_scheme_15 .box .ul .li.cur{width: 100%;box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);}
#w004_index_scheme_15 .box .ul .li:nth-child(1){margin-left: 0;}
#w004_index_scheme_15 .box .ul .li:nth-child(2){transform: translateY(-32px);}
#w004_index_scheme_15 .box .ul .li:nth-child(3){transform: translateY(-60px);}
#w004_index_scheme_15 .box .ul .li:nth-child(4){transform: translateY(-32px);}
#w004_index_scheme_15 .box .ul .li:nth-child(5){}



#w004_index_scheme_15 .box .ul .li .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#w004_index_scheme_15 .box .ul .li .name{writing-mode:vertical-lr;font-size: 20px;color: #fff;position: relative;margin: 0 auto;z-index: 1;}
#w004_index_scheme_15 .box .ul .li .brief {font-size: 16px;color: #fff;line-height: 30px;margin: 30px 0 25px;position: relative;max-width: 0px;overflow: hidden;max-height: 180px;z-index: 1;}
#w004_index_scheme_15 .box .ul .li .view {font-size: 16px;color: #fff;position: relative;max-width: 0px;overflow: hidden;display: block;z-index: 1;pointer-events:visible;}
#w004_index_scheme_15 .box .ul .li .view i{margin-left: 5px;}

#w004_index_scheme_15 .box .ul .li.cur{padding: 60px;}
#w004_index_scheme_15 .box .ul .li.cur .name{writing-mode:initial;font-size: 28px;}
#w004_index_scheme_15 .box .ul .li.cur .brief{max-width: initial;width: 70%;}
#w004_index_scheme_15 .box .ul .li.cur .view{max-width: initial;}


@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_scheme_15 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_scheme_15 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 750px){
    #w004_index_scheme_15 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_scheme_15 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_scheme_15 .box .subtitle{display: block;}
    #w004_index_scheme_15 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #w004_index_scheme_15 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_scheme_15 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_scheme_15 .box .more .more_i > i{font-size: var(--font-txt-S);}

    #w004_index_scheme_15 .box .ul.ul-2{display: block;padding-top: 0px;}
    #w004_index_scheme_15 .box .ul.ul-2 .li{width:100%;margin-left: 0px;padding-top: 0px;padding: 60px;}
    #w004_index_scheme_15 .box .ul.ul-2 .li.cur{box-shadow: none;}
    #w004_index_scheme_15 .box .ul.ul-2 .li:nth-child(2){transform: translateY(0px);}
    #w004_index_scheme_15 .box .ul.ul-2 .li:nth-child(3){transform: translateY(0px);}
    #w004_index_scheme_15 .box .ul.ul-2 .li:nth-child(4){transform: translateY(0px);}
    #w004_index_scheme_15 .box .ul.ul-2 .li .name {writing-mode:initial;}
    #w004_index_scheme_15 .box .ul.ul-2 .li .brief {max-width: 100%;}
    #w004_index_scheme_15 .box .ul.ul-2 .li .view {max-width: 100%;display: inline-block;}


    #w004_index_scheme_15 .box .ul .li .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_15 .box .ul .li .brief {font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height: calc(6 * var(--font-bri-L));}
    #w004_index_scheme_15 .box .ul .li .view {font-size: var(--font-bri-S);}
    #w004_index_scheme_15 .box .ul .li .view i{font-size: var(--font-bri-S);}


    #w004_index_scheme_15 .box .ul .li.cur .name{font-size: var(--font-txt-S);}
    #w004_index_scheme_15 .box .ul .li.cur .brief{width: 100%;font-size: var(--font-bri-S);}
}
#w004_index_about_16 {padding-top: var(--paddingTop);background: #fff;}


#w004_index_about_16 .box .left{padding-bottom: var(--paddingBottom);}

#w004_index_about_16 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 30px;}
#w004_index_about_16 .box .subtitle{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}

#w004_index_about_16 .left .brief{font-size: 16px;color: #666;line-height: 30px;margin:15px 0 80px;}

#w004_index_about_16 .left .ul{}
#w004_index_about_16 .left .ul .li{margin-right: 80px;margin-bottom: 30px;}
#w004_index_about_16 .left .ul .li .num{font-size: 50px;color: var(--numFontColor);font-weight: bold;margin-right: 10px;}
#w004_index_about_16 .left .ul .li .unit{font-size: 20px;color: #333;line-height: 1.8;}
#w004_index_about_16 .left .ul .li .unit_i{font-size: 30px;color: var(--numFontColor);line-height: 1.8;}
#w004_index_about_16 .left .ul .li .tip{font-size: 20px;color: #333;margin-top: 5px;}



#w004_index_about_16.myleft .box .title{}
#w004_index_about_16.myleft .box .subtitle{}
#w004_index_about_16.myleft .left .brief{}
#w004_index_about_16.myleft .left .ul{}
#w004_index_about_16.mycenter .box .title{text-align: center;}
#w004_index_about_16.mycenter .box .subtitle{text-align: center;}
#w004_index_about_16.mycenter .left .brief{display: flex;justify-content: center;}
#w004_index_about_16.mycenter .left .ul{justify-content: center;}
#w004_index_about_16.myright .box .title{text-align: right;}
#w004_index_about_16.myright .box .subtitle{text-align: right;}
#w004_index_about_16.myright .left .brief{display: flex;justify-content: flex-end;}
#w004_index_about_16.myright .left .ul{justify-content: flex-end;}




#w004_index_about_16 .right{display: flex;justify-content: flex-end;align-items: center;overflow: hidden;}
#w004_index_about_16 .right .img{position: absolute;left: 0;bottom:0;background: no-repeat bottom/contain;}
#w004_index_about_16 .right .more{font-size: 16px;color: #333;}
#w004_index_about_16 .right .more .more_i{width: 30px; height: 30px;background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 10px;}
#w004_index_about_16 .right .more .more_i > i{font-size: 20px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
}

@media (any-hover: hover){
    #w004_index_about_16 .right .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_about_16 .right .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width:1250px) {
    #w004_index_about_16 .box .left{flex: 2;}
    #w004_index_about_16 .box .right{flex: 1;}
}

@media screen and (max-width:750px) {
    #w004_index_about_16 {padding-top: var(--appPaddingTop);}
    #w004_index_about_16 .box{flex-direction: column;}

    #w004_index_about_16 .box .left{padding-bottom: 30px;}
    #w004_index_about_16 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-bottom: 16px;}
    #w004_index_about_16 .box .subtitle{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 20px;}

    #w004_index_about_16 .left .name{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom:25px;}
    #w004_index_about_16 .left .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #w004_index_about_16 .left .ul .li .num{font-size: var(--font-big-S);}
    #w004_index_about_16 .left .ul .li .unit{font-size: var(--font-bri-S);}
    #w004_index_about_16 .left .ul .li .unit_i{font-size: var(--font-txt-S);}
    #w004_index_about_16 .left .ul .li .tip{font-size: var(--font-bri-S);}

    #w004_index_about_16 .right{overflow: initial;padding-bottom: var(--appPaddingBottom);}
    #w004_index_about_16 .right .img{display: none;}
    #w004_index_about_16 .right .more{font-size: var(--font-txt-S);margin-top: 0px;}
    #w004_index_about_16 .right .more .more_i{width: 70px; height: 70px;background: var(--moreBgColor);}
    #w004_index_about_16 .right .more .more_i > i{font-size: var(--font-txt-S);}
}
#w004_index_picture_17 .img{display: block;width: 100%;}
#w004_index_picture_17 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_17 .img{display: none;}
    #w004_index_picture_17 .imgApp{display: block;}
}
/* 首页-合作伙伴 */
#w004_index_partner_18 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#w004_index_partner_18 .title {font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);text-align: var(--title_align);margin-bottom: 80px;}

#w004_index_partner_18 .button {margin: 65px auto 0;width: 160px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 18px;transition: 0.3s; color: var(--moreStyle_font_color);background-color: var(--moreStyle_bg_color);border-radius:var(--moreStyle_border_radius);border-width: var(--moreStyle_border_width);border-style: var(--moreStyle_border_style);border-color: var(--moreStyle_border_color);}

#w004_index_partner_18.myleft .title {text-align: left;}
#w004_index_partner_18.mycenter .title {text-align: center;}
#w004_index_partner_18.myright .title {text-align: right;}

#w004_index_partner_18 .content {/*border: 1px solid #eaeef9;*/display: flex;flex-wrap: wrap;}
#w004_index_partner_18 .content .box {width: 20%;height: 170px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
#w004_index_partner_18 .content .box:nth-child(5n+1){border-left: 1px solid #eaeef9;}
#w004_index_partner_18 .content .box:nth-child(-n+5){border-top: 1px solid #eaeef9;}

#w004_index_partner_18 .content .box:before {display: block;content: '';position: absolute;top: 50%;left: 50%;opacity: 0;width: 100%;height: 100%;transform: translate(-50%, -50%);transition: all .3s;}


@media (any-hover: hover){
    #w004_index_partner_18 .content .box:hover::before {opacity: 1;width: 105%;height: 105%;background: #fff;border-bottom: 3px solid var(--borderColor);box-shadow: 0px 10px 20px 3px rgba(30,33,130,0.2);}
    #w004_index_partner_18 .content .box:hover{z-index: 2;}
}

@media screen and (max-width:750px) {
    #w004_index_partner_18 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_partner_18 .title {font-size:var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}

    #w004_index_partner_18 .content .box {width: 25%;height: 140px;border-right: 1px solid #eaeef9;border-bottom: 1px solid #eaeef9;box-sizing: border-box;display: flex;align-items: center;justify-content: center;position: relative;}
    #w004_index_partner_18 .content .box:nth-child(4n+1){border-left: 1px solid #eaeef9;}
    #w004_index_partner_18 .content .box:nth-child(-n+4){border-top: 1px solid #eaeef9;}
}
#w004_index_news_19 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--contentBgColor);}


#w004_index_news_19 .box .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 12px;}
#w004_index_news_19 .box .subtitle .tip{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
#w004_index_news_19 .box .more{font-size: 16px;color: #333;}
#w004_index_news_19 .box .more .more_i{width: 30px; height: 30px;  background: #ccc; border-radius: 50%;transition: 0.3s;color: #fff;margin-left: 15px;}
#w004_index_news_19 .box .more:hover .more_i > i{font-size: 20px;}

#w004_index_news_19.myleft .box{}
#w004_index_news_19.myleft .box .subtitle{}
#w004_index_news_19.mycenter .box{text-align: center;}
#w004_index_news_19.mycenter .box .subtitle{flex-direction: column;justify-content: center;}
#w004_index_news_19.myright .box{text-align: right;}
#w004_index_news_19.myright .box .subtitle{flex-direction: row-reverse;}


#w004_index_news_19 .box .graphic{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap: 35px;margin-top: 50px;}
#w004_index_news_19 .graphic .dl{background: var(--listBgColor);}
#w004_index_news_19 .graphic .dl .dt{padding-top: 60.784313%;}
#w004_index_news_19 .graphic .dl .dd{padding: 36px 30px 30px;}
#w004_index_news_19 .graphic .dl .dd .time{font-size: 18px;color: #888;}
#w004_index_news_19 .graphic .dl .dd .name{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;transition: .3s;margin: 26px 0 20px;height: 64px;}
#w004_index_news_19 .graphic .dl .dd .brief{font-size: 16px;line-height: 24px;color: #666666;}

#w004_index_news_19 .graphic .list{background: var(--listBgColor);padding: 10px 22px;}
#w004_index_news_19 .graphic .list .li{font-size: 20px;line-height: 30px;color: #333;margin: 30px 0;}
#w004_index_news_19 .graphic .list .li .name{font-weight: bold;transition: .3s;max-height: 60px;}
#w004_index_news_19 .graphic .list .li .time{font-size: 16px;line-height: 1;color: #888;margin-top: 5px;}

@keyframes slide-right {
    0% { margin-left: 0px; opacity: 1; }
    50% { margin-left: 20px; opacity: 0; }
    75% { margin-left: -20px; opacity: 0; }
    100%{margin-left: 0;opacity: 1;}
  }


@media (any-hover: hover){
    #w004_index_news_19 .graphic .dl .dd .name:hover{color: var(--hoverFontColor);}
    #w004_index_news_19 .graphic .dl .dt:hover img{transform: scale(1.1);}
    #w004_index_news_19 .graphic .list .li:hover .name{color: var(--hoverFontColor);}
    #w004_index_news_19 .box .more:hover .more_i{background-color: var(--moreBgColor);}
    #w004_index_news_19 .box .more:hover .more_i .rightt{animation-name: slide-right;animation-duration: 0.6s;}
}

@media screen and (max-width: 1050px){
    #w004_index_news_19 .box .graphic{grid-template-columns: repeat(2,calc((100% - 35px)/2));gap: 35px;}
    #w004_index_news_19 .graphic .list{grid-column: 1 / span 2;}
}

@media screen and (max-width: 750px){
    #w004_index_news_19 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w004_index_news_19 .box .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 16px;}
    #w004_index_news_19 .box .subtitle{display: block;}
    #w004_index_news_19 .box .subtitle .tip{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;}

    #w004_index_news_19 .box .more{font-size: var(--font-bri-S);display: inline-flex;}
    #w004_index_news_19 .box .more .more_i{width: 70px; height: 70px; background: var(--moreBgColor);}
    #w004_index_news_19 .box .more .more_i > i{font-size: var(--font-txt-S);}


    #w004_index_news_19 .box .graphic{display: block;}
    #w004_index_news_19 .graphic .dl{margin-bottom: 30px;}
    #w004_index_news_19 .graphic .dl .dd .time{font-size: var(--font-bri-S);}
    #w004_index_news_19 .graphic .dl .dd .name{font-size: var(--font-sma-S);line-height: var(--font-sma-L);max-height: calc(2 * var(--font-sma-L));height: initial;}
    #w004_index_news_19 .graphic .dl .dd .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height: calc(2 * var(--font-txt-L));}

    #w004_index_news_19 .graphic .list .li{font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0 50px;}
    #w004_index_news_19 .graphic .list .li .name{max-height: calc(2 * var(--font-sma-L));}
    #w004_index_news_19 .graphic .list .li .time{font-size: var(--font-bri-S);margin-top: 10px;}
}

#w004_index_footer_20 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);overflow: hidden;background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}

#w004_index_footer_20 .content {padding: 0 0 100px;display: flex;justify-content: space-between;}

#w004_index_footer_20 .content .foot_nav {flex: 1;display: flex;flex-wrap: wrap;}
#w004_index_footer_20 .foot_nav .ul{margin-right: 100px;margin-bottom: 20px;}
#w004_index_footer_20 .foot_nav .ul .title {font-size: 18px;line-height: 38px;margin-bottom: 30px;}
#w004_index_footer_20 .foot_nav .ul .li {font-size: 16px;color: var(--font_color_2);line-height: 42px;transition: 0.3s;}

@media (any-hover: hover){
    #w004_index_footer_20 .foot_nav .ul .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

/* 导航部分app */
#w004_index_footer_20 .foot_nav_app{display: none;}

#w004_index_footer_20 .content .contact_info {width: 35%;}
#w004_index_footer_20 .contact_info .top {display: flex;justify-content: space-between;}
#w004_index_footer_20 .contact_info .title {font-size: 18px;line-height: 38px;margin-bottom: 25px;}
#w004_index_footer_20 .contact_info .phone {font-size: 32px;line-height: 41px;margin-bottom: 10px;}
#w004_index_footer_20 .contact_info .email {font-size: 16px;color: var(--font_color_2);}

#w004_index_footer_20 .contact_info .code {margin-top: 10px;width: 140px;height: 140px;overflow: hidden;}
#w004_index_footer_20 .contact_info .text {font-size: 16px;color: var(--font_color_2);margin-top: 16px;}

#w004_index_footer_20 .contact_info .bottom {margin-top: 115px;display: flex;flex-direction: column;align-items: flex-end;}
#w004_index_footer_20 .contact_info .bottom .link {display: flex;margin-bottom: 30px;}
#w004_index_footer_20 .contact_info .bottom .link .box {width: 32px;height: 32px;border-radius: 50%;background: var(--font_color_2);position: relative;margin-left: 20px;transition: .3s;}
#w004_index_footer_20 .contact_info .bottom .link .box i{color: #fff;font-size: 24px;}
#w004_index_footer_20 .contact_info .bottom .link .box:first-child {margin-left: 0;}
#w004_index_footer_20 .contact_info .bottom .link .box:last-child .jump{transform: translateX(-60%);}
#w004_index_footer_20 .contact_info .bottom .text_img{max-height: 60px;overflow: hidden;}

@media (any-hover: hover){
	#w004_index_footer_20 .contact_info .bottom .link .box:hover {background: var(--hoverColor)}
}
@media screen and (max-width:750px) {
	#w004_index_footer_20 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w004_index_footer_20 .content {padding: 0 0 100px;border-bottom: 1px solid var(--font_color_3);display: block;justify-content: space-between;}
	#w004_index_footer_20 .content .foot_nav {display: none;}

	#w004_index_footer_20 .content .contact_info {width: 100%;}
	#w004_index_footer_20 .contact_info .top{flex-direction: column;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .title {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_20 .contact_info .phone {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 0;}
	#w004_index_footer_20 .contact_info .email {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
	#w004_index_footer_20 .contact_info .img{display: flex;flex-direction: column;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .code {margin-top: 30px;width: 240px;height: 240px;}
	#w004_index_footer_20 .contact_info .code img{width: 100%;}
	#w004_index_footer_20 .contact_info .text {font-size: var(--font-txt-S);}

	#w004_index_footer_20 .contact_info .bottom {margin-top: 50px;align-items: flex-start;}
	#w004_index_footer_20 .contact_info .bottom .link .box {width: 60px;height: 60px;}
	#w004_index_footer_20 .contact_info .bottom .link .box i{font-size: var(--font-sma-S);}

	#w004_index_footer_20 .foot_nav_app{flex: 1;margin-bottom: 50px;display: block;}
	#w004_index_footer_20 .foot_nav_app .ul{border-bottom: 1px solid rgba(230, 230, 230,0.5);}
	#w004_index_footer_20 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: calc(2 * var(--font-sma-L));}
	#w004_index_footer_20 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
	#w004_index_footer_20 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}

	#w004_index_footer_20 .foot_nav_app .li{display: none;}
	#w004_index_footer_20 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w004_index_footer_20 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}
}



/* 友情链接 */
#w004_index_footer_20_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);color: var(--font_color_2);}
#w004_index_footer_20_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w004_index_footer_20_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w004_index_footer_20_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}



#w004_index_footer_20 .copyright {font-size: 16px;line-height: 1.8;color: var(--font_color_2);padding: 20px 0;gap: 10px 20px;flex-wrap: wrap;border-top: 1px solid var(--font_color_3);}
#w004_index_footer_20 .copyright > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}

@media screen and (max-width:750px) {
	#w004_index_footer_20 .copyright {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}